-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade prometheus library #28716
Upgrade prometheus library #28716
Conversation
Signed-off-by: chrismark <[email protected]>
This pull request does not have a backport label. Could you fix it @ChrsMark? 🙏
NOTE: |
Pinging @elastic/integrations (Team:Integrations) |
This pull request does not have a backport label. Could you fix it @ChrsMark? 🙏
NOTE: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if jenkins agrees.
github.com/devigned/tab v0.1.2-0.20190607222403-0c15cf42f9a2 // indirect | ||
github.com/dgraph-io/badger/v3 v3.2103.1 | ||
github.com/digitalocean/go-libvirt v0.0.0-20180301200012-6075ea3c39a1 | ||
github.com/dlclark/regexp2 v1.1.7-0.20171009020623-7632a260cbaf // indirect | ||
github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7 | ||
github.com/docker/docker v20.10.7+incompatible |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In case this version is needed for something, take into account that there is a replace for docker that we cannot easily remove without breaking community beats (see #28621 (comment)).
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
@@ -30,7 +30,7 @@ require ( | |||
github.com/apoydence/eachers v0.0.0-20181020210610-23942921fe77 // indirect | |||
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 | |||
github.com/aws/aws-lambda-go v1.13.3 | |||
github.com/aws/aws-sdk-go v1.19.48 | |||
github.com/aws/aws-sdk-go v1.38.60 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kaiyan-sheng As a follow up, would be good to figure out why we have 2 aws sdk ..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good moving forward with this. Somehow CI has a complaint.
Signed-off-by: chrismark <[email protected]>
452f63f
to
50fff72
Compare
Signed-off-by: chrismark <[email protected]>
Signed-off-by: chrismark <[email protected]>
Signed-off-by: chrismark <[email protected]>
Update here. No need for the overrides in Also I remove the replace for docker since this PR will hit 8.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Signed-off-by: chrismark <[email protected]>
This pull request is now in conflicts. Could you fix it? 🙏
|
CHANGELOG.next.asciidoc
Outdated
@@ -27,6 +27,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d | |||
- Enable IMDSv2 support for `add_cloud_metadata` processor on AWS. {issue}22101[22101] {pull}28285[28285] | |||
- Update kubernetes.namespace from keyword to group field and add name, labels, annotations, uuid as its fields {pull}27917[27917] | |||
- Previously, RE2 and thus Golang had a bug where `(|a)*` matched more characters than `(|a)+`. To stay consistent with PCRE, the bug was fixed. Configurations that rely on the old, buggy behaviour has to be adjusted. See more about Golang bug: https://github.com/golang/go/issues/46123 {pull}27543[27543] | |||
- Remove replace for docker library. {pull}28716[28716] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a user facing change 🙂 In any case we could say something as Update docker client
.
Signed-off-by: chrismark <[email protected]>
@ChrsMark it seems this change is not in 8.0 branch, can you please backport it if needed? |
Ok, seen in an email thread that this is not needed in 8.0 branch. |
Copy of #28023
What does this PR do?
This PR updates the
github.com/prometheus/prometheus
and makes the proper LICENCE overrides for the dependencies:This is a prerequisite for #27269
Detailed licence checks for libs:1.github.com/ajstarks/svgo
-> CC-BY-4.02.github.com/bmizerany/pat
-> from README.md3.github.com/cactus/go-statsd-client/statsd
-> MIT4.github.com/dnaeon/go-vcr
-> BSD-2-Clause5.github.com/golang/freetype
-> GPL-2.06.github.com/hudl/fargo
-> [MIT] from README.md7.github.com/influxdata/line-protocol
-> MIT8.github.com/lightstep/lightstep-tracer-common/golang/gogo
-> MIT9.github.com/pascaldekloe/goe
-> CC0-1.010.github.com/streadway/handy
-> [BSD 2-Clause ] from README.md11.gonum.org/v1/plot
-> BSD-3-Clause